@charset "utf-8";

body {
	min-width: 1220px;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #006faf;
	text-decoration: none;
}

h3 {
	font-weight: normal;
}

.hy-container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.hy-container:before, .hy-container:after, .content:before, .content:after {
	display: table;
	content: '';
}
.pad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Top */
.top {
	border-bottom: 1px solid #cfcfcf;
	line-height: 34px;
	width: 100%;
}
.top em {
	color: #f20;
	font-style: normal;
}
.top .language {
	color: #999;
	top: 0;
	right: 0;
	z-index: 2;
}
.top .language a {
	padding-left: 10px;
	padding-right: 10px;
}

/* Header */
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 20;
}
.header h1 {
	background: url(../image/Logo.jpg) 0 0 no-repeat;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	height: 55px;
	line-height: 42px;
	overflow: hidden;
	padding-left: 52px;
}
.header h1 small {
	display: block;
	color: #6c6c6c;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: -5px;
}

/* Nav */
.nav {
	margin-top: 6px;
}
.nav li {
	float: left;
	position: relative;
}
.nav li span {
	display: block;
	background-color: #ccc;
	height: 12px;
	width: 1px;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1;
}
.nav li > a {
	display: block;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	text-align:  center;
	padding-left: 40px;
	padding-right: 40px;
}

/* Banner */
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}

/* Product */
.product {
	width: 100%;
}
.product .bg {
	width: 50%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.product .title-bg {
	background: #1a7eb9 url(../image/Img-08.jpg) right 0 no-repeat;
	height: 100px;
	margin-right: 372px;
}
.product-category {
	width: 228px;
}
.product-category h3 {
	/*background-color: #0e78b6;*/
	color: #fff;
	height: 100px;
	line-height: 100px;
	padding-left: 10px;
}
.product-category ul {
	border: 1px solid #e1e1e1;
}
.product-category ul li {
	border-bottom: 1px solid #e1e1e1;
}
.product-category ul li a.com {
	display: block;
	border-right: 2px solid #fff;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
}
.product-category ul li a.com:hover {
	border-right: 2px solid #fd881e;
}
.product-category a.more {
	display: block;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 120px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-category a.more:hover {
	background-color: #fd881e;
	border: 1px solid #fd881e;
	color: #fff;
}

.product-list {
	background: url(../image/Img-01.png) 0 50% repeat-x;
	width: 940px;
}
.product-list ul li {
	float: left;
	border-right: 1px solid #e1e1e1;
	width: 180px;
	padding: 27px;
}
.product-list .content {
	overflow: hidden;
	text-align: center;
}
.product-list .content img {
	height: 150px;
	width: 180px;
}
.product-list .content p {
	margin-top: 20px;
}

/* About */
.about {
	background-color: #f2f2f2;
	width: 100%;
}
.about .bg {
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.about .column-bg {
	background: #127bb5 url(../image/Img-09.jpg) left 0 no-repeat;
	height: 100%;
	min-height: 320px;
	margin-left: 360px;
}
.about .hy-container {
	z-index: 5;
}
.about .img {
	overflow: hidden;
	height: 260px;
	width: 260px;
	position: relative;
}
.about .hd {
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.about .hd ul li {
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.about .hd ul li.on {
	background: #f20;
	color: #fff;
}
.about .bd {
	position: relative;
	height: 100%;
	z-index: 1;
}
.about .bd img {
	height: 260px;
	width: 260px;
}
.about .txt {
	width: 640px;
	margin-left: 30px;
}
.about .txt h4 {
	color: #006faf;
}
.about .txt h4 span {
	display: inline-block;
	border-bottom: 2px solid #006faf;
}
.about .txt p {
	margin-top: 15px;
}
.about .txt em {
	color: #fd881e;
	font-style: normal;
}
.about .txt a.more {
	display: inline-block;
	background: #fd881e url(../image/Img-02.png) 50% 50% no-repeat;
	height: 28px;
	width: 60px;
}
.about .txt a.more:hover {
	background-color: #006faf;
}
.about .column {
	color: #fff;
	height: 260px;
	text-align: center;
	width: 240px;
}
.about .column h3 {
	margin-bottom: 60px;
}
.about .column a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 10px 20px;
}

/* 优势 */
.strength {
	width: 100%;
}
.strength h3 {
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.strength h3 small {
	display: block;
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}
.strength h3 span {
	display: inline-block;
	background-color: #fd881e;
	height: 4px;
	width: 46px;
	position: absolute;
	top: 58%;
	left: 50%;
	margin-left: -23px;
	z-index: 1;
}
.strength .img {
	display: block;
	height: 385px;
	width: 415px;
	margin-left: auto;
	margin-right: auto;
}
.strength .txt-01 {
	width: 350px;
	top: 50px;
	left: 30px;
	z-index: 1;
}
.strength .txt-02 {
	width: 380px;
	top: 130px;
	left: 0;
	z-index: 2;
}
.strength .txt-03 {
	width: 350px;
	top: 210px;
	left: 30px;
	z-index: 3;
}
.strength .txt-04 {
	width: 350px;
	top: 50px;
	right: 30px;
	z-index: 4;
}
.strength .txt-05 {
	width: 380px;
	top: 130px;
	right: 0;
	z-index: 5;
}
.strength .txt-06 {
	width: 350px;
	top: 210px;
	right: 30px;
	z-index: 6;
}
.strength .table {
	border: 0;
	width: 100%;
}
.strength .table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.strength .table td.td-01, .strength .table td.td-02 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 56px;
}
.strength .table td.td-01 {
	background: url(../image/Img-04.png) 0 50% no-repeat;
	text-indent: 10px;
}
.strength .table td.td-02 {
	background: url(../image/Img-05.png) right 50% no-repeat;
	text-align: left;
	text-indent: 28px;
}

/* 新闻资讯 */
.news {
	width: 100%;
}
.news .item {
	overflow: hidden;
	width: 580px;
}
.news .item h3 {
	color: #fff;
	height: 80px;
	line-height: 80px;
	position: relative;
}
.news .item h3 a {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.news .item h3.case, .news .item h3.case a {
	color: #333;
}
.news dl {
	margin-top: 20px;
}
.news dl dt {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.news dl dt a {
	color: #006faf;
}
.news dl dt img {
	float: left;
	height: 80px;
	width: 110px;
	margin-right: 15px;
}
.news dl dt p {
	margin-top: 5px;
}
.news dl dd {
	background: url(../image/Img-06.png) 0 50% no-repeat;
	border-bottom: 1px solid #eee;
	line-height: 50px;
}
.news dl dd a {
	display: block;
	height: 50px;
	margin-left: 20px;
	margin-right: 90px;
}
.news dl dd span {
	float: right;
	color: #999;
	margin-top: -50px;
}
.news ul {
	width: 610px;
}
.news ul li {
	float: left;
	width: 275px;
	margin-right: 30px;
	margin-top: 20px;
}
.news ul li img {
	height: 130px;
	width: 275px;
}
.news ul li p {
	background-color: #006faf;
	color: #fff;
	line-height: 34px;
	text-align: center;
}
.news .new-bg {
	background: #036fad url(../image/Img-10.jpg) right 0 no-repeat;
	width: 50%;
	height: 80px;
	top: 30px;
	left: 0;
	z-index: -1;
}
.news .case-bg {
	background: #f2f2f2;
	width: 50%;
	height: 80px;
	top: 30px;
	right: 0;
	z-index: -2;
}

/* 合作伙伴 */
.cooper {
	background-color: #f2f2f2;
	width: 100%;
}
.cooper ul {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}
.cooper ul li {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}
.cooper ul li img {
	height: 75px;
	width: 150px;
}

/* Footer */
.footer {
	background-color: #3a3a3a;
	color: #a8a8a8;
	width: 100%;
}
.footer a, .copyright a {
	color: #a8a8a8;
}
.footer a:hover, .copyright a:hover {
	color: #fff;
}
.footer dl {
	float: left;
	border-right: 1px solid #464646;
	padding-left: 40px;
	padding-right: 40px;
}
.footer dl:first-child {
	padding-left: 0;
}
.footer dl dt {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer dl.guanzhu {
	float: right;
	border: 0;
	width: 240px;
	padding-right: 0;
	padding-left: 0;
}
.footer dl.guanzhu dt {
	padding-left: 20px;
}
.footer dl.guanzhu dd {
	float: left;
	text-align: center;
	width: 100px;
	margin-left: 20px;
}
.footer dl.guanzhu dd img {
	display: block;
	height: 100px;
	width: 100px;
}
.footer dl.guanzhu dd p {
	margin-top: 10px;
}

/* Copyright */
.copyright {
	background-color: #464646;
	color: #a7a7a7;
	height: 45px;
	line-height: 45px;
	width: 100%;
}
.copyright i {
	padding-left: 10px;
	padding-right: 10px;
}

/* 二级页面 */
.page-left {
	width: 226px;
}
.page-left h3 {
	background-color: #137ab6;
	color: #fff;
	height: 80px;
	line-height: 80px;
	padding-left: 20px;
}
.aside-nav {
	background-color: #f2f2f2;
	border-bottom: 4px solid #ddd;
}
.aside-nav a {
	display: block;
	border-bottom: 1px solid #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.aside-contact {
	border: 1px solid #e1e1e1;
	width: 224px;
	margin-top: 20px;
}
.aside-contact img {
	display: block;
	width: 100%;
}
.aside-contact p {
	padding: 15px 10px;
}
.page-right {
	width: 940px;
}
.page-right .pos {
	border-bottom: 1px solid #e1e1e1;
	line-height: 42px;
	width: 100%;
}
.page-right .pos h4 {
	color: #333;
	font-weight: normal;
}
.page-right .pos p {
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.page-right .page-content {
	margin-top: 20px;
}

/* Display: none;*/
.header, .banner, .product, .strength, .about, .cooper, .footer {
	display: block;
}
